home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / misc / AmigaFax1_42.lha / AmigaFax / lib / Config_Olaf_ACEEX < prev    next >
Text File  |  1993-09-01  |  5KB  |  166 lines

  1. #
  2. # (Prelim) Config file from Olaf Huthwelker
  3. # Using an ACEEX RC144DP-12/RC144DP-21 faxmodem
  4. #
  5.  
  6. ########################################
  7. #                                      #
  8. # User preferences for AmigaFax system #
  9. #                                      #
  10. ########################################
  11.  
  12. ########################################
  13. # afax - Fax Front-End Configuration
  14.  
  15. # Text file editor, defaults to Ed (eg dme, TxED, ced, memacs, mg)
  16. # (I use mg)
  17. Editor C:ed
  18.  
  19. # Default template to use when creating test files
  20. Template FAXLIB:Letter
  21.  
  22. #Editor for ILBM graphics
  23. #ILBMEditor dpaint
  24.  
  25. ########################################
  26. # mkafax - Fax Page Layout Options
  27.  
  28. # Default Font (Used by default, unless overridden) (eg times 24)
  29. DefaultFont cmtt10 29
  30.  
  31. # Header Font  (Used for page header lines)
  32. HeaderFont cmbx10 30
  33.  
  34. #Page Header Text - No header printed if not defined
  35. PHeader Olaf Huthwelker
  36.  
  37. # Indentation for mkafax, pixels
  38.  
  39. LeftIndent  50
  40. RightIndent 50
  41.  
  42. ########################################
  43. # afaxspl - Fax Spooler Options
  44.  
  45. # Fax Spooler Interval (minutes)
  46. # Period at which Queue is scanned for outgoing faxes
  47. SpoolInterval 5
  48.  
  49. ########################################
  50. # faa - Fax Receiver Options
  51.  
  52. # User AT command options (Optional)
  53. # These are standard AT commands, used when initializing the modem,
  54. # allowing you to set such things as speaker use and volume.
  55. # eg on ZyXEL M0 speaker off, M1 on until carrier, M2 always on
  56. #             L0 -> L7 is speaker soft ->loud
  57. # while Maestro speaker range is only L0 -> L3
  58. # Note that if using GETTY, you must add the options to the GETTY
  59. # startup line
  60.  
  61. # User AT command options for receiving
  62. # Function changed from version 1.23, to allow multiple strings
  63. # AT prefix is required
  64.  
  65. #RSetup AT&C1&D3V1M1L0S0=2S7=255 AT+FCLASS=2 
  66.  
  67. # Setup for ACEEX (TKR,CSR) 1414 ROM-Version 1.13
  68. RSetup AT&F&C1&D1S7=255+FCLASS=2+FCR=1+FAA=0+FDCC=1,5,0,2 ATS0=2 ATM2L0
  69.  
  70. #RSetup for the NetComm M7F
  71. #RSetup ATM1H0 ATS0=2 AT+FCLASS=2;+FAA=1;+FCR=1;+FSW=1 AT+FDCC=1,3,0,2,0,0,0,0 AT+FDIS=0,3,0,0,0,0,0,0
  72.  
  73. # GVC GM-24Vbis+ FAX, ext. Modem (Also DLEmode 0)
  74. #RSetup AT&C1&D3S7=255+FCLASS=2+FCR=1+FAA=1+FDCC=1,3,0,2 ATS0=2 ATM1L1
  75.  
  76. # Receive Status Window. Line must be present for window to appear.
  77. # Optional parameters LeftEdge, TopEdge are pixel positions
  78. RStatus 10 10
  79.  
  80. # DLEmode (0,1,3) - Handling of DLE in Phase C data stream
  81. # 0 (default) treat DLE in received data as escape (Maestro 3.1, ZyXEL 3.99+)
  82. # 1           Received DLE is g3 data              (ZyXEL Vn3.90)
  83. # 3           RAW input mode - currently for testing only
  84. DLEmode 0
  85.  
  86. # Receive Rate (Initial - defaults to 2400, for Maestro & old ZyXEL ROMS)
  87. # This is only used when faa runs standalone, not from GETTY
  88. RRate 19200
  89.  
  90. ########################################
  91. # afaxsend - Fax Transmitter
  92.  
  93. # User AT command options for sending (See RSetup comments)
  94. # Function changed from version 1.23, to allow multiple strings
  95. # AT prefix is required
  96. #Internal Default
  97. #WSetup AT&C1&D3S7=255+FCLASS=2+FDCC=1,5,0,2
  98.  
  99. #WSetup for the NetComm M7F
  100. #WSetup ATM1H0 AT+FCLASS=2;+FAA=1;+FCR=1;+FSW=1 AT+FDCC=1,3,0,2,0,0,0,0 AT+FDIS=0,3,0,0,0,0,0,0
  101.  
  102. # Maestro, ATI6 returns VERSION ID : 014_092791A
  103. #No WSetup required (Use default)
  104.  
  105. # ZyXEL with 4.08 ROMs
  106. WSetup AT&C1&D3S7=255+FCLASS=2+FDCC=1,5,0,2,0,0,0,5  ATM1L1
  107.  
  108. # Eigene Einstellung
  109. #WSetup AT&C1&D3M1L0S10=255%C0S36=005S7=255 AT+FCLASS=2;+FDCC=1,3,0,2
  110.  
  111. # GVC GM-24Vbis+ FAX, ext. Modem
  112. #WSetup AT&C1&D3S7=255+FCLASS=2+FDCC=1,3,0,2 ATM1L1
  113.  
  114. # Preferred Dialling Method, Tone or Pulse (defaults to Pulse)
  115. DialType Pulse
  116.  
  117. # Prefix to add before number when dialling.
  118. # This is usually not necessary. It will override DialType.
  119. # I use it to get an outside line (dials 0 first)
  120. #DialPrefix ATDP0,
  121. #DialPrefix ATDP0,DT
  122.  
  123. # DoPadding - required for FaxModems that do not insert nul-padding
  124. # for minimum scan time/line (eg Maestro v2.x ROMs)
  125. #DoPadding
  126.  
  127. # Write Status Window. Line must be present for window to appear.
  128. # Optional parameters LeftEdge, TopEdge are pixel positions
  129. WStatus 10 60
  130.  
  131. ########################################
  132. # viewafax - Fax Viewer
  133.  
  134. # Default Viewer Scale, 1-8. (1 = 1:1, 3 = 1:3, fits page on 640 wide screen)
  135. ViewScale 4
  136.  
  137. ########################################
  138. # afaxprt - Fax Print
  139.  
  140. # If a fax page exceeds the physical page length by less than this
  141. # number of lines, it will be compressed vertically to fit on the page.
  142. # If it is longer, it will be broken into multiple pages.
  143. MinLines 1000
  144.  
  145. ########################################
  146. # General Configuration
  147.  
  148. # Default Debug Level (0-9)
  149. Debug 0
  150.  
  151. # LogFile - if defined, debug information will be logged here
  152. LogFile FaxSpool:FaxLog
  153.  
  154. # The 20 character local ID string sent to remote modem
  155. # You must quote this for the GVC, SupraFax, Maestro or the
  156. # Telebit WorldBlazer modems. eg "12 34 5678"
  157. # You must NOT quote it for the ZyXEL
  158. #LocalID    61 52 786355
  159. LocalID    "49 202 626064"
  160.  
  161. # Device to use (default is serial.device)
  162. Device serial.device
  163.  
  164. # Device Unit number (default is 0)
  165. Unit 0
  166.